Overload | Description |
---|---|
ListBase<T> Constructor() | Initializes a new instance of the ListBase<T> class. |
ListBase<T> Constructor(IEnumerable<T>) | Initializes a new instance of the ListBase<T> class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied. |
ListBase<T> Constructor(Int32) | Initializes a new instance of the ListBase<T> class that is empty and has the specified initial capacity. |